Skip to content

Instantly share code, notes, and snippets.

@javiermolinar
javiermolinar / pi-lmstudio.md
Created March 8, 2026 16:40
How to configure Pi agent with LM Studio and Qwen3.5-35b-a3b
@FranklinYu
FranklinYu / README.markdown
Last active September 18, 2026 09:38
links for old versions of Docker for Mac (inspired by docker/for-mac#1120)

links for old versions of Docker for Mac

Deprecated

Docker provides download links in release note. They promised that

(we) will also include download links in release notes for future releases.

Note:

@k16shikano
k16shikano / SKILL.md
Last active September 18, 2026 09:34
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、翻訳調の比喩と擬人化の禁止(「運ぶ」「効く」「開かれた問い」など)、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。
license Unlicense(https://gist.github.com/k16shikano/67625f2a7d96e3bbdfae8d571a936063

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

@techbrew-mc
techbrew-mc / log4j2-forge.xml
Created October 23, 2017 16:45
Explicit Forge Minecraft Logging Configuration
<?xml version="1.0" encoding="UTF-8"?>
<!-- Author: Mojang/FML, Modified by Semx11, Further modified by techbrew -->
<!-- PLACE IN .minecraft/config -->
<Configuration status="WARN" packages="com.mojang.util">
<Appenders>
<Console name="FmlSysOut" target="SYSTEM_OUT">
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger]: %msg%n" />
</Console>
<Console name="SysOut" target="SYSTEM_OUT">
<RegexFilter regex="^(Error executing task|Unable to play unknown soundEvent|Item entity \d+ has no item\?!).*" onMatch="DENY" onMismatch="NEUTRAL"/>
@sovzzz
sovzzz / proxifier-keygen.html
Created March 7, 2026 21:49
proxifier keygen web tool
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proxifier Key 生成器 (Web版)</title>
<style>
:root {
--primary-color: #007bff;
@psbaltar
psbaltar / sleep_as_android_webhooks.yaml
Last active September 18, 2026 09:25
Home Assistant blueprint for handling Sleep as Android webhooks events
blueprint:
name: Sleep as Android webhook handler
description: >
Home Assistant blueprint for handling Sleep as Android webhooks events
In Sleep as Android app, set Webhooks URL to:
https://<home-assistant-host>/api/webhook/<webhook-id>
@ashwch
ashwch / git-worktrees-zero-to-hero.md
Last active September 18, 2026 09:22
Git Worktrees: From Zero to Hero - A comprehensive guide to using Git worktrees with submodules
@githubfoam
githubfoam / hpe aruba switch cheat sheet
Last active September 18, 2026 09:20
hpe aruba switch cheat sheet
--------------------------------------------------------------------------------------------------------------------
show <TAB> see parameter list to show command
? list of commands
To re-execute a command,use the redo command
alias <name> <command> #Thealiascommandisexecutedfromthecurrentconfigurationcontext
no alias <name> <command
press [Tab] after typing "t",the available command options that begin with "t"
switch(config)#t
@mc-marcocheng
mc-marcocheng / README.md
Created March 24, 2026 09:53
Claude Certified Architect Practice Exam

Claude Certified Architect Practice Exam

Question 1 (Scenario: Customer Support Agent)

Situation: Data shows that in 12% of cases the agent skips get_customer and calls lookup_order using only the customer’s name, which leads to incorrect refunds.

Which change is most effective?

  • A) Add a programmatic precondition that blocks lookup_order and process_refund until an ID is obtained from get_customer [CORRECT]
  • B) Improve the system prompt